representation of binary tree

英 美
  • 二叉树的表示
  • binary adj.二进位的;二元的n.二进制;二元
  • of prep.关于;...的(表所属);出身于;由于
  • representation n.陈述;表现;表示法
  • tree n.树;树状物
    1. Write a function to find the depth of a binary tree.
      写个程序找到一个二叉树的深度。